ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / IsValid Method / IsValid(Object) Method

In This Topic
    IsValid(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function IsValid( _
       ByVal value As System.Object _
    ) As System.Boolean
    public System.bool IsValid( 
       System.object value
    )

    Parameters

    value
    See Also